FileNotFound

Print
Visualforce Page Details
Name FileNotFound
Label FileNotFound
Api Version 54
Markup <apex:page showHeader="false" title="{!$Label.site.file_not_found}" cache="false"> <apex:composition template="{!$Site.Template}"> <apex:define name="body"> <center> <apex:panelGrid bgcolor="white" columns="1"> <br/> <br/> <apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="1" styleClass="topPanelContainer"> <br/> <apex:outputPanel layout="block" styleClass="topPanel"> <apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="3"> <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/clock.png')}"/> <apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.png')}"/> <apex:panelGroup > <apex:outputText styleClass="title" value="{!$Label.site.page_not_found_detail}"> <apex:param value="{!$Site.OriginalUrl}"/> </apex:outputText> <br/> <br/> <apex:outputText value="{!$Label.site.stay_tuned}"/> </apex:panelGroup> </apex:panelGrid> </apex:outputPanel> <c:SitePoweredBy /> </apex:panelGrid> </apex:panelGrid> </center> </apex:define> </apex:composition> <site:previewAsAdmin /> </apex:page>
Description Default Lightning Platform Page/Data Not Found page